|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--cnrg.itx.ds.ArrayRecords
This class is used to hold returned record entries from the directory database
| Field Summary | |
private Element |
m_current
|
private Element |
m_head
|
private Element |
m_tail
|
| Constructor Summary | |
ArrayRecords()
|
|
| Method Summary | |
void |
add(byte[] newValue)
Add a new element to the end of the list |
void |
add(java.lang.String newValue)
Add a new element to the end of the list |
int |
count()
Get the number of elements. |
java.lang.String |
first()
Get the first element (also Reset to the first element position) |
java.lang.String |
next()
Get the next element. |
void |
reset()
Reset to the first element position |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private Element m_head
private Element m_tail
private Element m_current
| Constructor Detail |
public ArrayRecords()
| Method Detail |
public int count()
public void reset()
public java.lang.String first()
public java.lang.String next()
public void add(byte[] newValue)
newValue - the new element to be added to the listpublic void add(java.lang.String newValue)
newValue - the new element to be added to the list
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||